github.com/klauspost/compress/zstd.Decoder.startStreamDecoder (method)

2 uses

	github.com/klauspost/compress/zstd (current package)
		decoder.go#L231: 	go d.startStreamDecoder(ctx, r, d.current.output)
		decoder.go#L655: func (d *Decoder) startStreamDecoder(ctx context.Context, r io.Reader, output chan decodeOutput) {